'Declaration Public Overloads Function FindLastIndex( _ ByVal startIndex As Integer, _ ByVal match As Predicate(Of Style) _ ) As Integer
public int FindLastIndex( int startIndex, Predicate<Style> match )
Parameters
- startIndex
- match
'Declaration Public Overloads Function FindLastIndex( _ ByVal startIndex As Integer, _ ByVal match As Predicate(Of Style) _ ) As Integer
public int FindLastIndex( int startIndex, Predicate<Style> match )